libxc: remove most of tools/libxc/xc_dom_compat_linux.c
authorJuergen Gross <jgross@suse.com>
Fri, 23 Oct 2015 13:05:00 +0000 (15:05 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 16 Nov 2015 11:21:13 +0000 (11:21 +0000)
commit512d4d960507def70329acb9bfa0da325d9b4e03
tree1f31d8330ceacac123d8c207242056e742bc9716
parentf046e501bbca1c8a46853b2e1f1b587e228c73de
libxc: remove most of tools/libxc/xc_dom_compat_linux.c

In tools/libxc/xc_dom_compat_linux.c xc_linux_build() is the only
domain building function used by an in-tree component (qemu-xen) which
is really necessary.

Remove the other domain building functions and the unused python
wrapper xc.linux_build() referencing one of the to be removed
functions.

Suggested-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/include/xc_dom.h
tools/libxc/include/xenguest.h
tools/libxc/xc_dom_compat_linux.c
tools/libxl/libxl_internal.h
tools/python/xen/lowlevel/xc/xc.c